projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189d79a
)
(_GNU_SOURCE): Don't define.
author
Dave Love
<fx@gnu.org>
Mon, 18 Nov 2002 15:40:28 +0000
(15:40 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 18 Nov 2002 15:40:28 +0000
(15:40 +0000)
src/process.c
patch
|
blob
|
history
src/regex.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 13395389d8316a145c34ce70d71768c0be51eeae..09b5270a1bd60c1d0d8e44ca7e97e650be99a25e 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-20,7
+20,6
@@
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
#include <config.h>
#include <signal.h>
diff --git
a/src/regex.c
b/src/regex.c
index 022ca13eba6f13fca636e2e136bedd49f8e30254..5cb997336f600f005e4b6d827e76913863884fde 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-33,9
+33,6
@@
#pragma alloca
#endif
-#undef _GNU_SOURCE
-#define _GNU_SOURCE
-
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif